home *** CD-ROM | disk | FTP | other *** search
/ Flash 4 Web Animation FX & Design / Flash 4 - Web Animation - FX & Design.iso / mac / PlugAndPlay / TimeDelay / TimeDelay.swf / scripts / DefineSprite_12 / frame_5 / DoAction.as
Text File  |  1999-10-20  |  195b  |  14 lines

  1. set("/:Elapsed",(getTimer() - Start) / "1000");
  2. if(eval("/:Elapsed") < eval("/:Delay"))
  3. {
  4.    gotoAndPlay(4);
  5. }
  6. else
  7. {
  8.    tellTarget("/")
  9.    {
  10.       play();
  11.    }
  12.    gotoAndStop(1);
  13. }
  14.